home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mercuryz.zip / LINEAR.EKA < prev    next >
Text File  |  1992-03-24  |  164b  |  9 lines

  1. ; This demonstrates solving
  2. ; a system of linear equations.
  3.  
  4.    2X + Y + Z = 7
  5.    X - Y + Z = 2
  6.    X + Y - Z = 0
  7.  
  8. { Exact solution is X = 1, Y = 2, Z = 3.}
  9.